home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 44 / PC Actual CD 44.iso / Linux / Cygwin / full.exe / Disk1 / data1.cab / Tools / share / tix4.1 / pref / Bisque.cs < prev    next >
Encoding:
Text File  |  1998-12-04  |  960 b   |  33 lines

  1. proc tixSetScheme-Color {} {
  2.     global tixOption
  3.  
  4.     set tixOption(bg)           bisque1
  5.     set tixOption(fg)           black
  6.  
  7.     set tixOption(dark1_bg)     bisque2
  8.     set tixOption(dark1_fg)     black
  9.     set tixOption(dark2_bg)     bisque3
  10.     set tixOption(dark2_fg)     black
  11.     set tixOption(inactive_bg)  bisque3
  12.     set tixOption(inactive_fg)  black
  13.  
  14.     set tixOption(light1_bg)    bisque1
  15.     set tixOption(light1_fg)    white
  16.     set tixOption(light2_bg)    bisque1
  17.     set tixOption(light2_fg)    white
  18.  
  19.     set tixOption(active_bg)    $tixOption(dark1_bg)
  20.     set tixOption(active_fg)    $tixOption(fg)
  21.     set tixOption(disabled_fg)  gray55
  22.  
  23.     set tixOption(input1_bg)    bisque2
  24.     set tixOption(input2_bg)    bisque2
  25.     set tixOption(output1_bg)   $tixOption(dark1_bg)
  26.     set tixOption(output2_bg)   $tixOption(bg)
  27.  
  28.     set tixOption(select_fg)    black
  29.     set tixOption(select_bg)    bisque2
  30.  
  31.     set tixOption(selector)    #b03060
  32. }
  33.